Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add unix socket information #31

Closed
wants to merge 1 commit into from
Closed

docs: add unix socket information #31

wants to merge 1 commit into from

Conversation

leandrojmp
Copy link

@leandrojmp leandrojmp commented Apr 10, 2021

There is no information in the documentation about supporting UNIX sockets to connect to a memcached instance using the plugin.

Since this plugin uses the Dalli gem, and this gem supports connections via unix sockets, I've changed the documentation to clarify that the plugin also supports connections using UNIX Sockets.

This fixes: #26

add information about using unix sockets
@cameronkerrnz
Copy link

I've tested this for myself and it works as documented (so long as you ensure memcached is started using a Unix domain socket). Doesn't seem to have a performance benefit at present, but at least there is scope for giving it some authorisation capabilities with a Unix domain socket.

@leandrojmp leandrojmp closed this by deleting the head repository Sep 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Connection to memcached via socket
3 participants